find Largest Fitting Resize Px
fun findLargestFittingResizePx(sortedStepsPx: FloatArray, fits: (candidatePx: Float) -> Boolean): Float
EN Largest step in sortedStepsPx (ascending) for which fits returns true. If none fit, returns 0f.